home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Networking / MacTCP / MacTCP Developer Tools / MacTCP 1.1 DTS Header Changes / GetMyIPAddr.h.diff < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.4 KB  |  44 lines  |  [TEXT/MPS ]

  1. File #1: GetMyIPAddr.h
  2. File #2: fixed:GetMyIPAddr.h
  3.  
  4. Extra lines in 2nd before 8 in 1st (File "GetMyIPAddr.h"; Line Δ8; File "fixed:GetMyIPAddr.h"; Line 8)
  5.    8        Modifications by Steve Falkenburg, Apple MacDTS 8/91
  6.  
  7.  
  8. Nonmatching lines (File "GetMyIPAddr.h"; Line 10:12; File "fixed:GetMyIPAddr.h"; Line 11:26)
  9.   10    #define ipctlGetAddr        15          /* csCode to get our IP address */
  10.   11    
  11.   12    #define ParamBlockHeader    \
  12.  
  13.   11    /* conditional #include -->SJF<-- */
  14.   12    
  15.   13    #ifndef __GETMYIPADDR__
  16.   14    #define __GETMYIPADDR__
  17.   15    
  18.   16    /* added for misc. definitions -->SJF<-- */
  19.   17    #ifndef __MACTCPCOMMONTYPES__
  20.   18    #include <MacTCPCommonTypes.h>
  21.   19    #endif
  22.   20    
  23.   21    
  24.   22    #define ipctlGetAddr        15          /* csCode to get our IP address */
  25.   23    
  26.   24    /* changed from ParamBlockHeader -->SJF<-- */
  27.   25    
  28.   26    #define GetIPParamBlockHeader   \
  29.  
  30.  
  31. Nonmatching lines (File "GetMyIPAddr.h"; Line 24:25; File "fixed:GetMyIPAddr.h"; Line 38:39)
  32.   24    struct IPParamBlock {
  33.   25        ParamBlockHeader;           /* standard I/O header */
  34.  
  35.   38    struct GetAddrParamBlock {                                      /* changed from IPParamBlock -->SJF<-- */
  36.   39        GetIPParamBlockHeader;          /* standard I/O header */   /* changed from ParamBlockHeader -->SJF<-- */
  37.  
  38.  
  39. Extra lines in 2nd file (File "GetMyIPAddr.h"; Line 28Δ; File "fixed:GetMyIPAddr.h"; Line 43:44)
  40.   43        
  41.   44    #endif      /* conditional include -->SJF<-- */
  42.  
  43. *** EOF on both files ***
  44.